Return

Edit Resource: Cost

Description

The Cost attribute under EditResource allows you to set the cost options for the given resource

Parameters

Parameter Description
Amount Must be a non-negative number represented by a double.
CostRate Options are PerAssignment and PerSecond.
SetupApplies Options are TRUE and FALSE.
BreakdownApplies Options are TRUE and FALSE.

Examples

The resource FUSE costs 12 USD per second including during setup and breakdown of the resource.

Body:

{

"Cost" : {

"Amount" : "12.00",

"CostRate" : "PerSecond",

"SetupApplies" : "TRUE",

"BreakdownApplies" : "TRUE" }

}